home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / v cisle / virtuawin / vwsetup2.11.exe / install_script.iss
Text File  |  2006-08-20  |  2KB  |  68 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=VirtuaWin
  5. AppVerName=VirtuaWin 2.X
  6. AppId=VirtuaWin
  7. DefaultDirName={pf}\VirtuaWin
  8. DefaultGroupName=VirtuaWin
  9. OutputBaseFilename=setup
  10. Compression=bzip2
  11. PrivilegesRequired=none
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\VirtuaWin.exe"; DestDir: "{app}"; 
  18. Source: "{app}\VirtuaWin.hlp"; DestDir: "{app}"; 
  19. Source: "{app}\Modules\WinList.exe"; DestDir: "{app}\Modules"; 
  20. Source: "{app}\UserList.cfg"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  21. Source: "{app}\Tricky.cfg"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  22. Source: "{app}\COPYING.TXT"; DestDir: "{app}"; 
  23. Source: "{app}\HISTORY.TXT"; DestDir: "{app}"; 
  24. Source: "{app}\README.TXT"; DestDir: "{app}"; 
  25.  
  26. [Dirs]
  27. Name: "{app}\icons"; Flags: uninsalwaysuninstall 
  28. Name: "{app}\modules"; Flags: uninsalwaysuninstall 
  29.  
  30. [Run]
  31. Filename: "{app}\README.TXT"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  32.  
  33. [Icons]
  34. Name: "{commonstartup}\VirtuaWin"; Filename: "{app}\VirtuaWin.exe"; Tasks: autostart; 
  35. Name: "{group}\VirtuaWin"; Filename: "{app}\VirtuaWin.exe"; 
  36. Name: "{group}\Help"; Filename: "{app}\VirtuaWin.hlp"; 
  37. Name: "{group}\Readme"; Filename: "{app}\README.TXT"; 
  38. Name: "{group}\History"; Filename: "{app}\HISTORY.TXT"; 
  39. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  40.  
  41. [Tasks]
  42. Name: "autostart"; Description: "Autostart upon boot"; 
  43.  
  44. [UninstallDelete]
  45. Type: files; Name: "{app}\VWCONFIG.CFG"; 
  46. Type: files; Name: "{app}\STICKY.CFG"; 
  47. Type: files; Name: "{app}\TRICKY.CFG"; 
  48. Type: files; Name: "{app}\USERLIST.CFG"; 
  49. Type: files; Name: "{app}\VWSTATE.CFG"; 
  50. Type: files; Name: "{app}\VWDISABLED.CFG"; 
  51. Type: files; Name: "{app}\VWWINDOWSSTATE.CFG"; 
  52.  
  53. [CustomMessages]
  54. en.NameAndVersion=%1 version %2
  55. en.AdditionalIcons=Additional icons:
  56. en.CreateDesktopIcon=Create a &desktop icon
  57. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  58. en.ProgramOnTheWeb=%1 on the Web
  59. en.UninstallProgram=Uninstall %1
  60. en.LaunchProgram=Launch %1
  61. en.AssocFileExtension=&Associate %1 with the %2 file extension
  62. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  63.  
  64. [Languages]
  65. ; These files are stubs
  66. ; To achieve better results after recompilation, use the real language files
  67. Name: "en"; MessagesFile: "embedded\en.isl"; 
  68.